home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / extenbat.arc / LANG0003.REV < prev    next >
Text File  |  1985-06-16  |  1KB  |  34 lines

  1.  
  2.  
  3.  
  4.       LANG0003.REV
  5.  
  6.  
  7.  
  8.       EXTENDED BATCH LANGUAGE (EBL)
  9.  
  10.  
  11.  
  12.       EBL is a command language that provides capability similar
  13.       to the CMS EXEC languages for control of DOS functions and
  14.       applications programs. It is self-installing-- the first
  15.       time a batch file uses an EBL command (prefixed with "BAT")
  16.       BAT.COM loads itself as a DOS extension where it will
  17.       remain until the system is turned off or re-booted.
  18.  
  19.       With EBL greater control over the execution of batch files
  20.       can be achieved; return codes can be consulted; information
  21.       can be displayed on the screen or read from the keyboard;
  22.       information that has been displayed on the screen can be
  23.       read; a stack can be created to pass keystrokes to DOS or to
  24.       applications programs automatically; information can be
  25.       passed from one application to another or to DOS via global
  26.       parameters; the presence and location of files can be
  27.       determined and the default drive can be identified.
  28.  
  29.       There are two interactive demonstration/documentation files
  30.       that enable a new user to become acquainted with EBL by
  31.       working through them (they don't take long and you can exit
  32.       any time.)  Several more specific applications are provided
  33.       that can also be studied to learn particular techniques.
  34.